From: Lars Magne Ingebrigtsen Date: Tue, 12 Jul 2011 12:58:24 +0000 (+0200) Subject: (menu-set-font): Clarify that the default will be saved X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2914 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a6a92acaeb11d8da8d2f1ccdfff446c09c763e9c;p=emacs.git (menu-set-font): Clarify that the default will be saved --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91ac67630a7..d7debbc514c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-07-12 Lars Magne Ingebrigtsen + * menu-bar.el (menu-set-font): Clarify that the default will be + saved (bug#3527). + * progmodes/compile.el (compilation-error-regexp-alist-alist): Fontise bytecomp Error lines more correctly (bug#2490). Fix suggested by Johan Bockgård. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index caae40ed8c5..2954384d23b 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -673,7 +673,8 @@ by \"Save Options\" in Custom buffers.") ;; Function for setting/saving default font. (defun menu-set-font () - "Interactively select a font and make it the default." + "Interactively select a font and make it the default. +This new default will be saved for future Emacs sessions." (interactive) (let ((font (if (fboundp 'x-select-font) (x-select-font)